runtime.maybeTraceablePtr.uintptr (method)
8 uses
runtime (current package)
mgc.go#L1328: shade(sg.c.uintptr())
mgc.go#L1332: shade(sg.elem.uintptr())
runtime2.go#L374: func (p *maybeTraceablePtr) uintptr() uintptr {
sema.go#L317: if uintptr(unsafe.Pointer(addr)) == t.elem.uintptr() {
sema.go#L363: if uintptr(unsafe.Pointer(addr)) < t.elem.uintptr() {
sema.go#L410: if uintptr(unsafe.Pointer(addr)) == s.elem.uintptr() {
sema.go#L414: if uintptr(unsafe.Pointer(addr)) < s.elem.uintptr() {
stack.go#L838: p := sg.elem.uintptr() + uintptr(sg.c.get().elemsize)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |